home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / dialog / dPrintP.Dxr / 00006_dialogback.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  175 b   |  11 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     tell the stage
  4.       moveDialogWindow(gDialog)
  5.     end tell
  6.     tell the stage
  7.       updateStage()
  8.     end tell
  9.   end repeat
  10. end
  11.